C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemTemplateId Property

In This Topic
ItemTemplateId Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the id of the template used to generate each list item.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter, Mono.Cecil.CustomAttributeArgument[])>
Public Property ItemTemplateId As String
 
See Also